home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0617 / data.z / rMail.exe / 0 / RCDATA / TWORKINGFORM / TWORKINGFORM.txt
Text File  |  1996-10-21  |  2KB  |  57 lines

  1. object WorkingForm: TWorkingForm
  2.   Left = 234
  3.   Top = 257
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'WORKING'
  7.   ClientHeight = 70
  8.   ClientWidth = 197
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OnClose = FormClose
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object StopLabel: TLabel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 197
  23.     Height = 19
  24.     Align = alTop
  25.     Alignment = taCenter
  26.     Caption = 'Click Button to Stop'
  27.     Font.Color = clBlack
  28.     Font.Height = -16
  29.     Font.Name = 'Times New Roman'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object StopButton: TBitBtn
  34.     Left = 52
  35.     Top = 30
  36.     Width = 89
  37.     Height = 35
  38.     Caption = 'STOP'
  39.     TabOrder = 0
  40.     OnClick = StopButtonClick
  41.     Glyph.Data = {
  42.       76010000424D7601000000000000760000002800000020000000100000000100
  43.       04000000000000010000130B0000130B00000000000000000000000000000000
  44.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  45.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  46.       3333333333FFFFF3333333333999993333333333F77777FFF333333999999999
  47.       33333337777FF377FF3333993370739993333377FF373F377FF3399993000339
  48.       993337777F777F3377F3393999707333993337F77737333337FF993399933333
  49.       399377F3777FF333377F993339903333399377F33737FF33377F993333707333
  50.       399377F333377FF3377F993333101933399377F333777FFF377F993333000993
  51.       399377FF3377737FF7733993330009993933373FF3777377F7F3399933000399
  52.       99333773FF777F777733339993707339933333773FF7FFF77333333999999999
  53.       3333333777333777333333333999993333333333377777333333}
  54.     NumGlyphs = 2
  55.   end
  56. end
  57.